GTK: Fix builds against latest stable GLib with MSVC
authorChun-wei Fan <fanchunwei@src.gnome.org>
Fri, 16 Apr 2021 03:36:18 +0000 (11:36 +0800)
committerChun-wei Fan <fanchunwei@src.gnome.org>
Fri, 16 Apr 2021 03:39:24 +0000 (11:39 +0800)
commit153019a794cec44e66024dff55ccfebb66ee94fb
tree182f185fdee21037ed69dc02940d3464c349a5e2
parent8df32e93bea21a67d41ded974f991e9c67e942b6
GTK: Fix builds against latest stable GLib with MSVC

GLib-2.68.x now considers warning C4098 ('void' function returning a value) as
an error, so avoid doing that.
gtk/gtkcssimagepaintable.c
gtk/gtknative.c
gtk/gtkshortcutaction.c